home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_056 / conpackets / readme < prev   
Text File  |  1992-05-06  |  517b  |  13 lines

  1.    This example demos the use of DOS packets, finding the Window ptr
  2. and ConUnit ptr of the CLI window, toggling Raw mode, getting
  3. cursor position and limits from the ConUnit, and ESC-seq cursor
  4. positioning.
  5.  
  6.    The ConUnit structure (see devices/conunit.h or .i) has some
  7. very useful information such as current and max cursor positions.
  8. If you need similar info in an Intuition window / console.device
  9. environment, you should be able to get your ConUnit ptr from
  10. YourConsoleRequest->io_Unit.
  11.  
  12.      carolyn --- cats
  13.